home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / dls100.zip / DLS.DOC next >
Text File  |  1997-07-14  |  3KB  |  105 lines

  1. Download List Saver V1.00 (c)Copyright PSiCHoSoFT 1997
  2. ------------------------------------------------------
  3.  
  4. Right, lets get you sorted.. shouldn't take too long, it's really easy!
  5.  
  6. 1 - Make a directory under your main MAX dir called DLS (or whatever)
  7.  
  8. 2 - Unzip all the files to this directory (I Guess this is done! ;)
  9.  
  10. 3 - Edit the DLS.LH file to suit your needs (Explained in the file)
  11.  
  12. 4 - Change to your ..\lang directory and load your main <language>.mad file
  13.    (most use ENGLISH.MAD) into a text editor.
  14.  
  15.       Look for this bit: (it should RIGHT at the bottom)
  16.   
  17.          ; Include any user heaps here
  18.  
  19.       There may be other includes here.
  20.       Then add this line: (change directory for your own)
  21.  
  22.          #include <../dls/dls.lh>
  23.  
  24.  
  25. 5,   Compile your language file:
  26.  
  27.          MAID  <language file>.mad
  28.          MAIDP <language file>.mad (OS/2 Users)
  29. 6,
  30.      Lets say you put DLS in C:\MAX\DLS\. You'd add the line
  31.  
  32.        MEX        C:\MAX\DLS\DLS             DEMOTED ">Download List Saver"
  33.  
  34.      to your menus.ctl under the File Section
  35.  
  36.      Or you could use the 2 command line options, SAVE & REST:
  37.  
  38.      SAVE will make DLS SAVE the tagged list with out any menus
  39.  
  40.        MEX        C:\MAX\DLS\DLS_SAVE        DEMOTED "Save Tagged List"
  41.  
  42.      REST will make DLS RESTORE the tagged list with out any menus
  43.  
  44.        MEX        C:\MAX\DLS\DLS_REST        DEMOTED "Restore Tagged List"
  45.  
  46.  
  47. Point Options
  48. -------------
  49.  
  50. The idea of this bit is to be able to send the tagged files to a point,
  51. or a node. This just puts the files on hold/crash for the point or node.
  52.  
  53. This is simple to use, to set up you will need to run the point list
  54. Creator program "DLSPLC.EXE" and follow the simple instructions.
  55. This will output "points.ctl" in the current directory which DLS reads
  56. to send the files to the correct address.
  57.  
  58. The format of POINTS.CTL is a follows...
  59.  
  60. Steven Gare,c:\binkley\out\00fc01fc.pnt\00000001.HLO
  61. User Name  ,Path & filename for Hold/Crash file
  62.  
  63. Simple eh!
  64.  
  65. In the next version, you will be able to just type in the fido address and
  66. it will be sent accordingly, so this will not be needed.
  67.  
  68. I think that is all, but then again, I am the programmer so i'm bound
  69. to have missed sommin ;)
  70.  
  71. If you like DLS send me mail (see below) saying so.  Just one mail
  72. would make my day! (Money would also be good!)
  73.  
  74. If you want to see any changes, just tell me, ;) and I'll get them in
  75. the next version.
  76.  
  77. Watch out for other MEX's from PSiCHoSoFT, I have quite a few on my BBS,
  78. just haven't written docs.  If you want the source (I'm sure you don't, its
  79. as messy as hell!) mail me (I guess you've gathered, I WANT MAIL <G>)
  80.  
  81. Ok, and thats the babble finished!
  82.  
  83.  
  84. Getting in contact with the author
  85. -----------------------------------
  86.  
  87.   E-Mail: sysop@digitald.uk.com
  88.      Web: http:\\www.digitald.uk.com\psicho       (PSiCHoSoFT Homepage)
  89.           http:\\www.digitald.uk.com              (BBS Site)
  90.  
  91.  NetMail: 2:252/503
  92.           2:252/5000
  93.  
  94.      BBS: +44(0)1252-545099 (DiGiTaL DiSaLuTioN)
  95.  
  96.   Snail Mail:
  97.      Steve Gare
  98.      'Old White Lodge'
  99.      183 Sycamore Road
  100.      Farnborough
  101.      Hampshire
  102.      GU14 6RF
  103.      ENGLAND
  104.  
  105.